悟空视频

    在线播放云盘网盘BT下载影视图书

    Hands-On GUI Application Development in Go - 图书

    2019计算机·编程设计
    导演:Andrew Williams
    Go is often compared to C++ when it comes to low-level programming and implementations that require faster processing, such as Graphical User Interfaces (GUIs). In fact, many claim that Go is superior to C++ in terms of its concurrency and ease of use. Most graphical application toolkits, though, are still written using C or C++, and so they don't enjoy the benefits of using a modern programming language such as Go. This guide to programming GUIs with Go 1.11 explores the various toolkits available, including UI, Walk, Shiny, and Fyne. The book compares the vision behind each project to help you pick the right approach for your project. Each framework is described in detail, outlining how you can build performant applications that users will love. To aid you further in creating applications using these emerging technologies, you'll be able to easily refer to code samples and screenshots featured in the book. In addition to toolkit-specific discussions, you'll cover more complex topics, such as how to structure growing graphical applications, and how cross-platform applications can integrate with each desktop operating system to create a seamless user experience. By delving into techniques and best practices for organizing and scaling Go-based graphical applications, you'll also glimpse Go's impressive concurrency system. In the concluding chapters, you'll discover how to distribute to the main desktop marketplaces and distribution channels. By the end of this book, you'll be a confident GUI developer who can use the Go language to boost the performance of your applications.
    Hands-On GUI Application Development in Go
    图书

    PySide GUI Application Development - 图书

    2016计算机·编程设计
    导演:Gopinath Jaganmohan Venkateshwaran Loganathan
    This book is written for Python programmers who want to learn about GUI programming. It is also suitable for those who are new to Python but are familiar with object-oriented programming.
    PySide GUI Application Development
    搜索《PySide GUI Application Development》
    图书

    PySide GUI Application Development - 图书

    2016计算机·编程设计
    导演:Gopinath Jaganmohan Venkateshwaran Loganathan
    This book is written for Python programmers who want to learn about GUI programming. It is also suitable for those who are new to Python but are familiar with object-oriented programming.
    PySide GUI Application Development
    搜索《PySide GUI Application Development》
    图书

    Tkinter GUI Application Development Cookbook - 图书

    2018计算机·编程设计
    导演:Alejandro Rodas de Paz
    This book is for Python developers who are familiar with the basics of the language syntax, data structures, and OOP. You do not need previous experience with Tkinter or other GUI development libraries.
    Tkinter GUI Application Development Cookbook
    搜索《Tkinter GUI Application Development Cookbook》
    图书

    Tkinter GUI Application Development Blueprints - 图书

    2015计算机·编程设计
    导演:Bhaskar Chaudhary
    Software developers, scientists, researchers, engineers, students, or programming hobbyists with basic familiarity in Python will find this book interesting and informative. People familiar with basic programming constructs in other programming language can also catch up with some brief reading on Python. No GUI programming experience is expected.
    Tkinter GUI Application Development Blueprints
    搜索《Tkinter GUI Application Development Blueprints》
    图书

    Application Development in iOS 7 - 图书

    2014计算机·计算机综合
    导演:Kyle Begeman
    A hybrid between informative overview and stepbystep instruction, this book is the ultimate guide to iOS 7 application development. If you are an iOS developer who is looking to understand the new features within iOS 7 and Xcode 5, then this book is for you. In order to fully understand the concepts in this book, it is recommended you have at least some experience with previous versions of iOS.
    Application Development in iOS 7
    搜索《Application Development in iOS 7》
    图书

    Shopify Application Development - 图书

    2014计算机·编程设计
    导演:Michael Larkin
    This is an easy-to follow manual that will guide you through the entire process of application development with Shopify, beginning with the installation and configuration of your local development environment for your app to the deployment of the app to Heroku. If you are a web developer or a designer who wants to extend Shopify stores by building apps, then this book is for you. A basic understanding of programming concepts and some familiarity with Shopify is all that is required to get started with Shopify app development.
    Shopify Application Development
    搜索《Shopify Application Development》
    图书

    Hands-On Game Development with WebAssembly - 图书

    2019计算机·计算机综合
    导演:Rick Battagline
    Within the next few years, WebAssembly will change the web as we know it. It promises a world where you can write an application for the web in any language, and compile it for native platforms as well as the web.This book is designed to introduce web developers and game developers to the world of WebAssembly by walking through the development of a retro arcade game. You will learn how to build a WebAssembly application using C++, Emscripten, JavaScript, WebGL, SDL, and HTML5.This book covers a lot of ground in both game development and web application development. When creating a game or application that targets WebAssembly, developers need to learn a plethora of skills and tools. This book is a sample platter of those tools and skills. It covers topics including Emscripten, C/C++, WebGL, OpenGL, JavaScript, HTML5, and CSS. The reader will also learn basic techniques for game development, including 2D sprite animation, particle systems, 2D camera design, sound effects, 2D game physics, user interface design, shaders, debugging, and optimization. By the end of the book, you will be able to create simple web games and web applications targeting WebAssembly.
    Hands-On Game Development with WebAssembly
    搜索《Hands-On Game Development with WebAssembly》
    图书

    Hands-On Unity 2020 Game Development - 图书

    2020计算机·编程设计
    导演:Nicolas Alejandro Borromeo
    Over the years, the Unity game engine has extended its scope from just being about creating video games to building AR/VR experiences, complex simulations, real-time realistic rendering, films, and serious games for training and education. Its features for implementing gameplay, graphics, and customization using C# programming make Unity a comprehensive platform for developing professional-level, rich experiences.With this book, you'll be able to build impressive Unity projects in a step-by-step manner and apply your knowledge of Unity concepts to create a real-world game. Complete with hands-on tutorials and projects, this easy-to-follow guide will show you how to develop your first complete game using a variety of Unity tools. As you make progress, you'll learn how to make the most of the Unity Editor and create scripts using the C# programming language. This Unity game development book will then take you through integrating graphics, sound, and animations and manipulating physics to create impressive mechanics for your games. You'll also learn how to code a simple AI agent to challenge the user and use profiling tools to ensure that the code runs in a performant way. Finally, you'll get to grips with Unity's AR Foundation for creating AR experiences for 3D apps and games.By the end of this book, you'll have developed a complete game and will have built a solid foundation using Unity's tooling ecosystem to develop game projects of any scale.
    Hands-On Unity 2020 Game Development
    搜索《Hands-On Unity 2020 Game Development》
    图书

    Hands-On Deep Learning with Go - 图书

    2019科学技术·工业技术
    导演:Gareth Seneque Darrell Chua
    Go is an open source programming language designed by Google for handling large-scale projects efficiently. The Go ecosystem comprises some really powerful deep learning tools such as DQN and CUDA. With this book, you'll be able to use these tools to train and deploy scalable deep learning models from scratch. This deep learning book begins by introducing you to a variety of tools and libraries available in Go. It then takes you through building neural networks, including activation functions and the learning algorithms that make neural networks tick. In addition to this, you'll learn how to build advanced architectures such as autoencoders, restricted Boltzmann machines (RBMs), convolutional neural networks (CNNs), recurrent neural networks (RNNs), and more. You'll also understand how you can scale model deployments on the AWS cloud infrastructure for training and inference. By the end of this book, you'll have mastered the art of building, training, and deploying deep learning models in Go to solve real-world problems.
    Hands-On Deep Learning with Go
    搜索《Hands-On Deep Learning with Go》
    图书
    加载中...